SipClientNotify Method (Dialog, String, String, String) |
Sends notification when particular event occurs.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RequestResponse Notify(
Dialog dialog,
string subscriptionState,
string body,
string contentType
)
Public Function Notify (
dialog As Dialog,
subscriptionState As String,
body As String,
contentType As String
) As RequestResponse
Parameters
- dialog
- Type: Independentsoft.SipDialog
A Dialog represents subscription. - subscriptionState
- Type: SystemString
A string represents state of the subscription. - body
- Type: SystemString
A string contains notification body. - contentType
- Type: SystemString
Content type of the body.
Return Value
Type:
RequestResponseA
RequestResponse containing sent
Request and received appropriate
Response.
See Also